From 65131acbeae23207c26ea9f396158611ae3e65b7 Mon Sep 17 00:00:00 2001 From: Indiv0 Date: Thu, 3 Jul 2014 22:29:04 -0400 Subject: [PATCH] Fix missing space typo in single source error --- src/cargo/core/resolver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/resolver.rs b/src/cargo/core/resolver.rs index ee51c9680..f50d3912c 100644 --- a/src/cargo/core/resolver.rs +++ b/src/cargo/core/resolver.rs @@ -39,7 +39,7 @@ pub fn resolve(deps: &[Dependency], } if opts.len() > 1 { - return Err(internal(format!("At the moment, Cargo only supports a\ + return Err(internal(format!("At the moment, Cargo only supports a \ single source for a particular package name ({}).", curr.get_name()))); } -- 2.30.2